ComponentOne PDF for .NET
C1.C1Pdf Namespace / C1PdfDocument Class / FillPath Method / FillPath(Brush,PointF[],Byte[],Boolean) Method
The System.Drawing.Brush used to fill the path.
The path points to fill.
The path types to fill.
The winding fill mode flag to draw, by default alternate fill mode.

In This Topic
    FillPath(Brush,PointF[],Byte[],Boolean) Method
    In This Topic
    Fills a path defined by points and types.
    Syntax
    'Declaration
     
    
    Public Overloads Sub FillPath( _
       ByVal brush As Brush, _
       ByVal points() As PointF, _
       ByVal types() As Byte, _
       ByVal winding As Boolean _
    ) 
    public void FillPath( 
       Brush brush,
       PointF[] points,
       byte[] types,
       bool winding
    )

    Parameters

    brush
    The System.Drawing.Brush used to fill the path.
    points
    The path points to fill.
    types
    The path types to fill.
    winding
    The winding fill mode flag to draw, by default alternate fill mode.
    See Also